Next | Prev | Up | Top | Contents | Index
sizeof(void *) == 4
Problems with this code are similar to those encountered with sizeof(long)==4
. However, mappings to external data structures are seldom a problem, since the external definition also assumes 64-bit pointers.
Next | Prev | Up | Top | Contents | Index